home *** CD-ROM | disk | FTP | other *** search
/ Office 97 One Step at a Time / Office 97 One Step at a Time.iso / exercise / ex22-1f.mdb / Music Collection.json
Encoding:
JavaScript Object Notation  |  1996-11-06  |  1.1 KB

  1. {
  2.     "schema": {
  3.         "RecordingTitle": "Text (50)",
  4.         "RecordingArtistID": "Text (50)",
  5.         "MusicCategoryID": "Text (50)",
  6.         "Format": "Text (50)",
  7.         "Good Condition?": "Boolean NOT NULL"
  8.     },
  9.     "data": [
  10.         {
  11.             "RecordingTitle": "Field of Dreams",
  12.             "RecordingArtistID": "Billy Joel",
  13.             "MusicCategoryID": "Rock",
  14.             "Format": "CD",
  15.             "Good Condition?": 1
  16.         },
  17.         {
  18.             "RecordingTitle": "Beethovens 9th Symphony",
  19.             "RecordingArtistID": "NY Symphony",
  20.             "MusicCategoryID": "Classical",
  21.             "Format": "Tape",
  22.             "Good Condition?": 1
  23.         },
  24.         {
  25.             "RecordingTitle": "The Broadway Album",
  26.             "RecordingArtistID": "Barbara Streisand",
  27.             "MusicCategoryID": "Pop",
  28.             "Format": "CD",
  29.             "Good Condition?": 1
  30.         },
  31.         {
  32.             "RecordingTitle": "1812 Overture",
  33.             "RecordingArtistID": "Boston Pops",
  34.             "MusicCategoryID": "Classical",
  35.             "Format": "CD",
  36.             "Good Condition?": 1
  37.         },
  38.         {
  39.             "RecordingTitle": "Torch Song",
  40.             "RecordingArtistID": "Carly Simon",
  41.             "MusicCategoryID": "Pop",
  42.             "Format": "Tape",
  43.             "Good Condition?": 0
  44.         },
  45.         {
  46.             "RecordingTitle": "Phantom Center",
  47.             "RecordingArtistID": "Ferron",
  48.             "MusicCategoryID": "Folk",
  49.             "Format": "CD",
  50.             "Good Condition?": 0
  51.         },
  52.         {
  53.             "RecordingTitle": "Rites of Passage",
  54.             "RecordingArtistID": "Indigo Girls",
  55.             "MusicCategoryID": "Rock",
  56.             "Good Condition?": 1
  57.         }
  58.     ]
  59. }